Skip to content

feat(backend): add GET /api/streams/:id/claim-history dedicated endpo… - #898

Open
gorrettivibes-coder wants to merge 1 commit into
ritik4ever:mainfrom
gorrettivibes-coder:feature/730-claim-history-endpoint
Open

feat(backend): add GET /api/streams/:id/claim-history dedicated endpo…#898
gorrettivibes-coder wants to merge 1 commit into
ritik4ever:mainfrom
gorrettivibes-coder:feature/730-claim-history-endpoint

Conversation

@gorrettivibes-coder

Copy link
Copy Markdown

Commit Type

  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (formatting, etc.)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: A code change that improves performance
  • test: Adding missing or correcting existing tests
  • build: Changes affecting the build system or external dependencies
  • ci: Changes to CI/CD configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit

Breaking change?

  • Yes — this contains a breaking change
  • No

What changed

  • Added GET /api/streams/:id/claim-history to return a paginated history of claims for a stream.
  • Limited results to claim events with claim ID, amount, timestamp, transaction hash, and recipient details.
  • Added handling for unknown stream IDs and Stellar Explorer transaction links.

Testing done

  • Verified only claim events are returned.
  • Tested pagination and unknown stream 404 responses.
  • Confirmed transaction hashes generate valid Stellar Explorer links.

Related issues

Closes #730

Checklist

  • I used the correct commit type (see above) for the squashed commit message.
  • I kept the change focused on the related issue.
  • I added or updated tests where useful.
  • I updated documentation where behavior changed.
  • I verified the app still builds or explained why verification was skipped.
  • My commits follow [Conventional Commits](https://www.conventionalcommits.org/) (enforced by commitlint).

@drips-wave

drips-wave Bot commented Aug 28, 2026

Copy link
Copy Markdown

@gorrettivibes-coder Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@vercel

vercel Bot commented Aug 28, 2026

Copy link
Copy Markdown

@kodinaka30-ship-it is attempting to deploy a commit to the ritik4ever's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 41428278-2ab4-46f1-a311-d2f671fef623


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add GET /api/streams/:id/claim-history dedicated endpoint

2 participants